This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: java.library.path problem with JVM ~Denise Minnibergobu 7.Oct.02 03:41 PM a Web browser Domino Server 6.0Windows NT
The JVM must make some change to the path. The original PATH in the environment is :
.;C:\WINDOWS\System32;
C:\WINDOWS;c:\;c:\SQLLIB\bin;
C:\WINDOWS\system32;C:\WINDOWS;
C:\WINDOWS\System32\Wbem;C:\SQLLIB\FUNCTION;
C:\SQLLIB\SAMPLES\REPL;C:\SQLLIB\HELP;
c:\work\ant\bin;c:\work\cvs\cvsinstall;
d:\lotus\domino;C:\IMNNQ_NT;
D:\Lotus\Domino\;D:\Lotus\Domino\Data
The revised one in java.library.path :
D:\Lotus\Domino;.;C:\WINDOWS\System32;
C:\WINDOWS;c:\;c:\SQLLIB\bin;
C:\WINDOWS\system32;C:\WINDOWS;
C:\WINDOWS\System32\Wbem;C:\SQLLIB\FUNCTION;
C:\SQLLIB\SAMPLES\REPL;C:\SQLLIB\HELP;
c:\work\ant\bin;c:\work\cvs\cvsinstall;
d:\lotus\domino;C:\IMNNQ_NT;
D:\Lotus\Domino\;D:\Lotus\Domino\Data
Apparently prepends D:\Lotus\Domino, at least.
The classes related to this JDBC driver are being loaded via JavaUserClasses in the notes.ini file :
JavaUserClasses=data\domino\servlet;data\domino\servlet\pw4sw.jar;
data\domino\servlet\pw4sw_3rd_party.jar;c:\sqllib\lib\db2java.zip
The classes related are in c:\sqllib\lib\db2java.zip
All "out of the box" methods being used.
Also, this worked perfectly in all 5.x versions of the server.
This problem first showed in Notes6 Release Candidate, and is still present in the Gold.